home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / PRINTER.TC / PRINTER.RSH < prev   
Encoding:
Text File  |  2001-02-10  |  1.1 KB  |  61 lines

  1. /* PRINTER.RSH
  2.  *==========================================================================
  3.  * DATE: April 3, 1990
  4.  * DESCRIPTION: RSH file from RESOURCE
  5.  */
  6.  
  7. #pragma warn -apt    /* 1 Non-portable pointer assignment */
  8. #pragma warn -rpt    /* 1 Non-portable pointer conversion */
  9. #pragma warn -sig       /* 2 Conversion may lose significant digits */
  10.  
  11. #if USA | UK
  12.  #include "resource\usa\usa.rsh" 
  13. #endif
  14.  
  15. #if ITALY
  16.  #include "resource\italy\italy.rsh" 
  17. #endif
  18.  
  19. #if GERMAN
  20.  #include "resource\german\german.rsh" 
  21. #endif
  22.  
  23. #if FRENCH
  24.  #include "resource\french\french.rsh" 
  25. #endif
  26.  
  27. #if SPAIN
  28.  #include "resource\spain\spain.rsh" 
  29. #endif
  30.  
  31. #if TURKEY
  32.  #include "resource\turkey\turkey.rsh" 
  33. #endif
  34.  
  35. #if SWEDEN
  36.  #include "resource\sweden\sweden.rsh" 
  37. #endif
  38.  
  39. #if FINLAND
  40.  #include "resource\finland\finland.rsh" 
  41. #endif
  42.  
  43. #if NORWAY
  44.  #include "resource\norway\norway.rsh" 
  45. #endif
  46.  
  47. #if DENMARK
  48.  #include "resource\denmark\denmark.rsh" 
  49. #endif
  50.  
  51. #if ARABIC
  52.  #include "resource\arabic\arabic.rsh" 
  53. #endif
  54.  
  55. #pragma warn .sig
  56. #pragma warn .apt
  57. #pragma wanr .rpt
  58.  
  59.  
  60.  
  61.